home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
lagoonquest.swf
/
scripts
/
DefineButton2_506
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-09-27
|
211b
|
8 lines
on(release){
dolphinGame.soundWasMute = false;
dolphinGame.ambient.soundVol.setVolume(100);
dolphinGame.music.soundVol.setVolume(50);
dolphinGame.fx.soundVol.setVolume(100);
prevFrame();
}